Welcome![Sign In][Sign Up]
Location:
Search - HSV histogram

Search list

[GDI-BitmapRgbToHis

Description: vc++实现 rgb-hsv的转换,并包括直方图的均衡-vc achieve rgb- hsv conversion, and includes a balanced histogram
Platform: | Size: 3776512 | Author: 陈慧 | Hits:

[Special EffectsHistogram_HSV_36

Description: 求取彩色图象的HSV直方图,用于彩色图象的颜色特征提取.该算法基于OpenCV.-strike HSV color image histogram, Color image for the color feature extraction. The algorithm is based on OpenCV.
Platform: | Size: 1024 | Author: guolijun | Hits:

[Picture Viewersame

Description: 相识度计算,利用颜色直方图,RGB空间转换到HSV空间-Acquaintance calculation, use of color histogram, RGB space conversion to HSV space
Platform: | Size: 245760 | Author: sa | Hits:

[Special EffectsColorHistogram

Description: 将图像转换到HSV空间,并对其进行量化降维后,计算其颜色直方图-Image conversion to HSV space, and to quantify the dimensionality reduction, the calculation of its color histogram
Platform: | Size: 1024 | Author: Owenli | Hits:

[Graph Recognizevehiclehsv

Description: 车牌定位,实现直方图、二值化、滤波、边缘提取、数学形态学、车辆识别、车牌识别等功能-License plate location, realize histogram binarization, filtering, edge extraction, mathematical morphology, vehicle identification, license plate recognition and other functions
Platform: | Size: 1697792 | Author: copyrights | Hits:

[Special Effectsrgbhsi

Description: opencv 读取图片,rgb格式变成 hsv格式图片,提取 h分量后图片,以及h分量的直方图图片。 -opencv read picture, rgb format into a format hsv picture, extraction component h after the picture, as well as the h-component histogram picture.
Platform: | Size: 1967104 | Author: xiaobao89 | Hits:

[Special EffectsColorHistogram

Description: 图像颜色特征的提取:HSV颜色直方图 描述的是图像的整体颜色情况。本程序采用非均匀量化方法得到36bin的颜色直方图。-Image Color Feature Extraction: HSV color histogram describes the situation of the image' s overall color. This procedure using non-uniform quantization method the color histogram 36bin.
Platform: | Size: 1024 | Author: 卢悦 | Hits:

[Graph programcolor_hist256

Description: 自己编写的提取RGB图像的包含256bin的一维直方图,首先把rgb图像转换为hsv图像,然后量化三个分量图像,最后提取一维直方图,可用于图像检索。-I have written extract contains RGB images 256bin one-dimensional histogram, first of all put rgb image is converted to hsv images, then quantified the three-component image, and finally extracted one-dimensional histogram can be used for image retrieval.
Platform: | Size: 1024 | Author: 杨红菊 | Hits:

[Special EffectsshowtheRGBofaimage

Description: 显示肤色图像的RGB各分量和HSV各分量直方图-RGB color images show the weight and the quantity of HSV histogram
Platform: | Size: 3072 | Author: 邓丽 | Hits:

[Video CapturecameraHSV

Description: OpenCV实时显示摄像头视频中H(HSV)通道的直方图-OpenCV camera video real-time display of H (HSV) histogram channel
Platform: | Size: 12288 | Author: chonyee chu | Hits:

[Special Effectslly

Description: 对图像进行边界去除的处理,提取出其HSV颜色直方图。-Image processing to remove the border, to extract the HSV color histogram.
Platform: | Size: 1024 | Author: laura | Hits:

[Graph programhsvhist

Description: -提取彩色图像HSV直方图 -量化均匀量化 -结果归一化-Extract HSV histogram
Platform: | Size: 23552 | Author: yudaxia | Hits:

[Graph programImageProcessSys

Description: 含有了图像处理中一些经典和常用的图像处理算法,如:灰度图像处理,图像增强,图像变换,形态学图像处理。其中灰度图像处理包含三个算法:彩色图转灰度图,灰度图直方图,直方图均衡化;图像增强含有:增加椒盐噪声,中值滤波,sobel算子边缘提取(水平方向和垂直方向一起考虑),laplace算子边缘提取,模糊,锐化;图像变换含有:haar小波变换,RGB转HSV颜色空间。形态学图像处理含腐蚀,膨胀,开操作,闭操作。-Contains some of the classic image processing and image processing algorithms commonly used, such as: gray-scale image processing, image enhancement, image transformations, morphological image processing. One gray-scale image processing consists of three algorithms: color map turn gray level, gray level histogram, histogram equalization image enhancement includes: Increasing Salt and pepper noise, median filtering, sobel edge detection operator (horizontal and vertical the direction considered together), laplace operator edge detection, blur, sharpen image transformation includes: haar wavelet transform, RGB switch to HSV color space. Morphological image processing, including corrosion, swelling, open operation, closed operation.
Platform: | Size: 317440 | Author: 孙亚新 | Hits:

[Special Effectsyundong

Description: 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshift algorithm which is a robust statistical method of finding the mode (top) of a probability distribution. Both CAMSHIFT and Meanshift algorithms exist in the library. While it is a very fast and simple method of tracking, because CAMSHIFT tracks the center and size of the probability distribution of an object, it is only as good as the probability distribution that you produce for the object. Typically the probability distribution is derived from color via a histogram, although it could be produced from correlation, recognition scores or bolstered by frame differencing or motion detection schemes, or joint probabilities of different colors/motions etc. In this application, we use only the most simplistic approach: A 1-D Hue histogram is sampled from the object in an HSV color space version of the image. To produce the
Platform: | Size: 15360 | Author: 黄文伟 | Hits:

[matlabHSV-histogram

Description: HSV颜色空间较RGB空间更适合人的感官视觉,在HSV空间统计图像的分布特征并用于检索比在RGB空间的效果较好。-HSV color space than RGB space is more suitable for people’s senses of sight, in the HSV spatial statistical distribution of the image and is used to retrieve than in RGB space effective.
Platform: | Size: 1024 | Author: 董懂 | Hits:

[Special EffectsRGB_HSV_Histogram

Description: 读取jpeg和bmp位图并显示RGB,HSV直方图-Read jpeg and bmp bitmap and display RGB, HSV histogram
Platform: | Size: 4176896 | Author: 王若维 | Hits:

[matlabmatlab3-D

Description: Matlab绘制3-D图形的几个例子,很详细,也很全面的介绍了绘制3-D图形的函数,其中最后一个是画直方图的,横向和纵向都有例子。-Matlab 3-D graphics to draw a few examples of very detailed and very comprehensive introduction to drawing 3-D graphics functions, the last one is the histogram drawing, horizontal and vertical are examples.
Platform: | Size: 3072 | Author: 贾晓媛 | Hits:

[Special EffectsHSV

Description: 读取图像的hsv直方图,有72维和36维-Read the the HSV histogram of an image include 72 and 36 peacekeeping
Platform: | Size: 2048 | Author: 彭宝 | Hits:

[Special Effectstuxiangjiansuo

Description: 本代码为计算HSV直方图代码,可以在图像检索时,作为颜色特征来使用。(This code for the calculation of HSV histogram code, you can use in image retrieval as a color feature.)
Platform: | Size: 2048 | Author: Kovin | Hits:

[matlabcbirRGB HSV

Description: 使用RGB HSV HISTOGRAM检测(CBIR by RGB HSV HIstogram in order to retrieve the similar image by the lowest error between the select image and the database)
Platform: | Size: 162816 | Author: 陈94 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net